home *** CD-ROM | disk | FTP | other *** search
/ Die Speccy' 97 / Die Speccy' 97.iso / amiga_system / the_aminet / comm / cnet / quips.lha / Quips!.README! < prev    next >
Text File  |  1995-10-11  |  6KB  |  145 lines

  1. ============================================================================
  2.              Quips, v1.41 README File by Dotoran of Frontiers!
  3. ============================================================================
  4.  
  5. What Is It?
  6. ~~~~~~~~~~~
  7.     Quips is my idea of those little sayings that pop up before the MAIN
  8. prompt, although I've made mine so they pop up in front of ALL major prompts
  9. throughout the bbs. Using the command "EQ" (Edit Quip), your users can edit
  10. a quip to hold any text they wish. Using the "EQ x", where "x" is a number
  11. from 1 to 100 will allow anyone to edit a specific Quip. This could allow
  12. you to edit quips you notice may contain foul language or other material you
  13. deem inadequate on your BBS. Quips can be up to 60 characters in length and
  14. may contain any MCI codes the user has access to. SysOps could even create
  15. Quips containing the MCI {* } command to display text file quips, etc. Each
  16. Quip entered will be ENDED with the MCI \q1 command, if not already done to
  17. insure the MCI's used don't run away on the rest of your system.
  18.  
  19. How Do I Install It?
  20. ~~~~~~~~~~~~~~~~~~~~
  21. 1: Copy "Quips!", "QuipShow", and the "Quips/" directory into your PFILES:
  22.    path. (If you wish to keep THIS file, toss it into the "Quips/" Dir)
  23.  
  24. 2: Using LHA, unarc the contents of the "quips_data.lha" archive into the
  25.    "pfiles:quips/" directory. There should be 100 files upon completion.
  26.    (101 files, including the archive! hehe)
  27.  
  28. 3: Now, load your "cnet:bbsmenu" file into a text editor and add the following
  29.    line to the end of Menu # 2, Available Everywhere:
  30.  
  31.         EQ, Edit Quip       `1-       |   {#0 pfiles:Quips!}
  32.                                           ^
  33. 4: You now need to add the following MCI Commands to the FRONT of one or
  34.    more of the following lines in your "cnet:bbstext" file, depending on
  35.    how often you wish the Quips to be displayed. As I stated earlier, I
  36.    have them running at ALL of the following locations, so I KNOW for FACT
  37.    they work in these locations.
  38.  
  39.                 {T55 #3}{JE 2+}{#0pfiles:QuipShow}{2}
  40.                 ^       ^      ^                  ^
  41.                 `-------`------|------------------'
  42.                            Control-Q's
  43.  
  44.    The {T55 #3} and {JE 2+} MCI commands test the user's HELP Level, and if
  45.    it's set to "3" (SuperUser), then the Quip's will be SKIPPED. You can
  46.    change the "3" to a "2" or whatever if you wish to lower the HELP Level
  47.    used. Remember, there are FOUR(4) Control-Q's used in the above line!
  48.  
  49.    OK, so you take the ABOVE line and place it in FRONT of one or more of
  50.    the following lines in BBSTEXT:
  51.  
  52.         CNet Prompt  Line#  What's on that line(In Stock 3.0 BBSTEXT File)
  53.       =====================================================================
  54.         Main Prompt   68:   \n1\q0\c6Main> \q1
  55.         UDBase/Base  397:   \n1\q0\c6%s> \q1
  56.         P-Files      672:   \n1\q0\c6Program files> \q1
  57.         G-Files      673:   \n1\q0\c6General files> \q1
  58.         News Files   674:   \n1\q0\c6News files> \q1
  59.         Voting      1531:   \n1\q0\c6Voting (topic#, List, New, Quit)> \q1
  60.         BBS-List    1610:   \n1\q0\c6BBSList> \q1
  61.  
  62.    And finally, here's what the lines should look like AFTER you've made the
  63.    stated additions:
  64.  
  65. Line 68: Main Prompt
  66.  
  67. {T55 #3}{JE 2+}{#0pfiles:QuipShow}{2}\n1\q0\c6Main> \q1
  68. ^       ^      ^                  ^  ^  ^  ^        ^
  69. `-------|------'------------------'  `--`--|--------'
  70.     Control-Q's                        Control-Y's
  71.  
  72.  
  73.  
  74. Line 397: Upload Base / Message Base
  75.  
  76. {T55 #3}{JE 2+}{#0pfiles:QuipShow}{2}\n1\q0\c6%s> \q1
  77. ^       ^      ^                  ^  ^  ^  ^      ^
  78. `-------|------'------------------'  `--`--|------'
  79.     Control-Q's                        Control-Y's
  80.  
  81.  
  82.  
  83. Line 672: Program Files
  84.  
  85. {T55 #3}{JE 2+}{#0pfiles:QuipShow}{2}\n1\q0\c6Program files> \q1
  86. ^       ^      ^                  ^  ^  ^  ^                 ^
  87. `-------|------'------------------'  `--`--|-----------------'
  88.     Control-Q's                        Control-Y's
  89.  
  90.  
  91.  
  92. Line 673: General Files
  93.  
  94. {T55 #3}{JE 2+}{#0pfiles:QuipShow}{2}\n1\q0\c6General files> \q1
  95. ^       ^      ^                  ^  ^  ^  ^                 ^
  96. `-------|------'------------------'  `--`--|-----------------'
  97.     Control-Q's                        Control-Y's
  98.  
  99.  
  100.  
  101. Line 674: News Files
  102.  
  103. {T55 #3}{JE 2+}{#0pfiles:QuipShow}{2}\n1\q0\c6News files> \q1
  104. ^       ^      ^                  ^  ^  ^  ^              ^
  105. `-------|------'------------------'  `--`--|--------------'
  106.     Control-Q's                        Control-Y's
  107.  
  108.  
  109.  
  110. Line 1531: Voting Prompt
  111.  
  112. {T55 #3}{JE 2+}{#0pfiles:QuipShow}{2}\n1\q0\c6Voting (topic#, ...etc.
  113. ^       ^      ^                  ^  ^  ^  ^                            ^
  114. `-------|------'------------------'  `--`--|----------------------------'
  115.     Control-Q's                        Control-Y's
  116.  
  117.  
  118.  
  119. Line 1610: BBS-List Prompt
  120.  
  121. {T55 #3}{JE 2+}{#0pfiles:QuipShow}{2}\n1\q0\c6BBSList> \q1
  122. ^       ^      ^                  ^  ^  ^  ^        ^
  123. `-------|------'------------------'  `--`--|--------'
  124.     Control-Q's                        Control-Y's
  125.  
  126.  
  127. 5: Finally, you'll need to reload your BBSMENU/BBSTEXT files by either doing
  128.    a reboot (CNet 2.63), or pressing RAMIGA-T (CNet 3.0P). Provided you have
  129.    your HELP LEVEL set low enough, you'll be presented with a QUIP. You can
  130.    EDIT a quip, regardless of your HELP LEVEL by typing "EQ" from anywhere!
  131.  
  132. That's It Folks!
  133. ~~~~~~~~~~~~~~~~
  134.     And that's all there is to setting up Quips! You'll notice the command
  135. files are quite small, so as to execute as fast as possible. The Quips,
  136. themselves, are stored in their own individual files for speed also. I tried
  137. using a relative file to store them all, but found it was actually a bit
  138. faster if it didn't have to seek out the location all the time.
  139.  
  140.     If you have any feedback on this mod, please get in touch!
  141.  
  142. ============================================================================
  143.             Written by Dotoran of Frontiers BBS (716)/823-9892!
  144. ============================================================================
  145.